CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bilinear interpolation

搜索资源列表

  1. scale

    0下载:
  2. YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。-scale YUV420 video frames with cubic, bilinear & cubic convolution interpolation algorithms。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:4220
    • 提供者:王四海
  1. change

    0下载:
  2. 图像插值,最邻近,双线性,双三次算法函数-Image interpolation, nearest neighbor, bilinear, bicubic algorithm function
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-11
    • 文件大小:651
    • 提供者:吴迪
  1. DownUpSampling_ByFactor2

    0下载:
  2. 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:804
    • 提供者:liuyan
  1. Interbilinear

    0下载:
  2. Image interpolation using bilinear method
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:1162
    • 提供者:eng_amar
  1. biculic

    0下载:
  2. 双三次插值算法。自己的代码。可以放大图形。效果比较好,对于双线性。-Bicubic interpolation algorithm. Own code. You can enlarge the graphic. The results were quite good, for bilinear.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:86557
    • 提供者:
  1. marmousi-linear

    0下载:
  2. 基于双线性基本原理编写的matlab程序,来处理marmousi模型,虽然运行速度慢了点,但是可以从根本上了解插值原理。-Based on the basic principle of the bilinear matlab written procedures to handle marmousi model, although the speed slow, but you can learn from the fundamental principle of interpolation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:18478
    • 提供者:胡勇
  1. DownUpSampling_ByFactor2

    0下载:
  2. 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:799
    • 提供者:刘杨
  1. NumericalAnalysis1

    0下载:
  2. 基于C#的图像扭曲变形程序。 包括图像的旋转扭曲和水波变换。 共用了最近邻、双线性、双三次三种插值方法。 图像为动态变化。 操作界面友好。 是个十分不错的程序-C# program is based on the image distortion. Including image rotation distortion and wave transformation. Sharing the nearest neighbor, bilinear, bicubic three
  3. 所属分类:Wavelet

    • 发布日期:2017-04-25
    • 文件大小:147122
    • 提供者:许平
  1. Matlab_Project-4_Resampling

    0下载:
  2. matlab Resampling code GUI affine projective polynomial conformal interpolation bicubic bilinear
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:53461
    • 提供者:pedram
  1. bi_linear_quadratic_interpolation

    0下载:
  2. 双线性插值是指利用映射点在输入图像的4 个邻点的灰度值对映射点进行插值,即待插点处的数值用离待插点最近的四个点的值加权求得。在同一行内根据待插值像素点与其前后的原图像像素点的位置距离进行加权线性插值,即离原图像像素点越近的待插值像素点,原图像像素的加权系数就越大 行间根据待插值行与其上下的原图像行间的距离进行加权线性插值,即离原图像行越近的待插值行,原图像行的加权系数就越大-Bilinear mapping point is the use of four adjacent points in
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:52943
    • 提供者:毛巴马
  1. geoip

    0下载:
  2. program for interpolating values a grid using bilinear or spline interpolation-program for interpolating values a grid using bilinear or spline interpolation
  3. 所属分类:CA program

    • 发布日期:2017-04-30
    • 文件大小:15263
    • 提供者:SAMASSI
  1. chizhi

    0下载:
  2. 插值法处理图像包含最近邻,双线性,双三次插值法处理图像-Interpolation processing image contains nearest neighbor, bilinear, bi-cubic interpolation image processing
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3276398
    • 提供者:lilu
  1. 77bea7e34bd8

    0下载:
  2. 利用小波双线性超分辨率重建算法得到的重建图像会出现低、高频系数不匹配的现象,从而使得到的高分辨率图像灰度偏移。本文对该方法进行了改进,并引入局部适应插值得到更为理想的重建算法。即小波与局部适应插值结合算法。-The reconstructed image obtained by wavelet bilinear super- resolution reconstruction algorithm will appear the phenomenon of low and high frequen
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:237568
    • 提供者:tunshimiwang
« 1 2 ... 14 15 16 17 18 19»
搜珍网 www.dssz.com